Opc.Ua.Core
BooleanCollection Constructor(IEnumerable<Boolean>)



Opc.Ua Namespace > BooleanCollection Class > BooleanCollection Constructor : BooleanCollection Constructor(IEnumerable<Boolean>)
A collection of boolean values to add to this new collection
Initializes the collection from another collection.
Syntax
'Declaration
 
Public Function New( _
   ByVal collection As IEnumerable(Of Boolean) _
)
'Usage
 
Dim collection As IEnumerable(Of Boolean)
 
Dim instance As New BooleanCollection(collection)
public BooleanCollection( 
   IEnumerable<bool> collection
)
public:
BooleanCollection( 
   IEnumerable<bool>^ collection
)

Parameters

collection
A collection of boolean values to add to this new collection
Remarks
Creates a new collection and populates the collection with the values passed in.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

BooleanCollection Class
BooleanCollection Members
Overload List